php forum
php mysql forum
php mysql smarty
 
Page 1 of 10 1 2 3 ... 9 10 >
Topic Options
#134191 - 05/07/01 12:00 PM [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
I have turned this hack over to DPK as I no longer have time to play with it. He has made some great changes that I think you will enjoy smile


Here is the link to the hack:

http://www.nfscheats.com/users/DPK/scripts/download/

I removed the screen shot because DPK has improved it tremendously since then.

Amy

<FONT COLOR="#000000" SIZE="1">[ May 12, 2001 11:53 AM: Message edited by: amykhar ]</font>
_________________________
My Board

Top
#134192 - 05/07/01 12:06 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Demo?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134193 - 05/07/01 12:19 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Because the board is private, I am unable to link to a live demo. However, I am working on a static html capture of the script.

Amy
_________________________
My Board

Top
#134194 - 05/07/01 12:20 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
does not work for me on 6.4c, i get 500 Internal Server Error with correct permissions.

Ps. looks great!!!

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 12:22 PM: Message edited by: wardx28 ]</font>

Top
#134195 - 05/07/01 12:34 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
ward,

are you running

http://www.yourserver/cgi-bin/get_memberlist.cgi instead of

http://www.yourserver/cgi-bin/ultimatebb.cgi?ubb=get_memberlist

That seems to be the only way I can generate a 500 error.

Amy
_________________________
My Board

Top
#134196 - 05/07/01 12:40 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
Yes I was, but now i get You are attempting to reach a page that does not exist.

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 12:40 PM: Message edited by: wardx28 ]</font>

Top
#134197 - 05/07/01 12:41 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
ward,
Make sure you did the ultimatebb.cgi hack part. It's a simple cut and paste. smile

Amy
_________________________
My Board

Top
#134198 - 05/07/01 12:52 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
You are the greatest.

Top
#134199 - 05/07/01 01:31 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
wow, looks great!!!!


Thanks a lot smile

Just the font color/name in the first row isn't the default one, and maybe you should change get_memberlist.cgi to ubb_memberlist.cgi, so it will sound more like other files.

Maybe the first row should be:
<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login

Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of

Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date

Joined</b></font></td></tr>

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 01:48 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134200 - 05/07/01 01:54 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
LK,
thanks. I'll fix it. I never really intended to release this and did some hard coding.

Amy
_________________________
My Board

Top
#134201 - 05/07/01 02:01 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
Is there a way to get the member's status to appear as one of the columns? I tried $user_profile[8] but that dosen't show the status's that are renamed in the CP (eg: Cadet instead of Junior Member)
_________________________

Top
#134202 - 05/07/01 02:04 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
XuDuX, try &CustomTitle($user_profile[8])
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134203 - 05/07/01 02:19 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
zip file updated.

Amy
_________________________
My Board

Top
#134204 - 05/07/01 02:27 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Forgot to tell you to also do about the same thing in other TDs:


while ( $counter2 < $counter ) {
($user,$number) = split(///, @sort_array[$counter2]);
@user_profile = &OpenProfile($number);
print"<tr bgcolor="$vars_style{AltColumnColor1}"><td>";
print "<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=". $number .""><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">".$user. "</font></a>
";
print"</td>";
print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";
$counter2 ++;
}


tipsy

LK.

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 02:29 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134205 - 05/07/01 02:43 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
How can i break this lis to mutiple pages ?
My list is tooooo long frown

Thank you for this great hack , i've been waiting for it for a long time smile

Top
#134206 - 05/07/01 02:54 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
Quote:
quote:


Thanks, now where do I put that (Sorry, I'm not really good at changing much of this stuff on my own)
_________________________

Top
#134207 - 05/07/01 03:05 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
*******************
OPEN ubb_memberlist.cgi
*******************

Find:
====
<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date Joined</b></font></td></tr>


REPLACE WITH:
============

<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date Joined</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Status</b></font></td></tr>


FIND:
====

print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";

REPLACE WITH:
============

print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font>";
print"</td>";
print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">&CustomTitle($user_profile[8])posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 03:08 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134208 - 05/07/01 03:15 PM Re: [6.0x] Basic Memberlist
ZoneX Offline
Member

Registered: 04/08/01
Posts: 220
Loc: London, UK
Nooo! I tried to install this hack, but it could not find :

if ($ubb eq 'find_lost') {
require "$vars_config{CGIPath}/ubb_lib_misc.cgi";
&find_lost; exit;
} #end find_lost

in Ultimatebb.cgi.

I added the other bit in an appropriate place in the script though, but I still got error 500s!

I then tried to revert to my backup of ultimatebb.cgi and STILL got the Error 500. So, I decided to re-download it from Infopop.com and STILL got error 500s.

Please help, my board is now down!

If it helps, my address is http://cgi-bin.spaceports.com/~xrealms/cgi-bin/ultimatebb.cgi

Top
#134209 - 05/07/01 03:19 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
@zone, it is dependent on the Ultimatebb.cgi code. Must apply.

Top
#134210 - 05/07/01 03:24 PM Re: [6.0x] Basic Memberlist
ZoneX Offline
Member

Registered: 04/08/01
Posts: 220
Loc: London, UK
Sorry Ward, your comments lost me slightly...sorry...

Top
Page 1 of 10 1 2 3 ... 9 10 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks